﻿2026-05-17T23:53:41.8938167Z ##[group]Run actions/checkout@v4
2026-05-17T23:53:41.8939114Z with:
2026-05-17T23:53:41.8939582Z   repository: SaberMage/rebno
2026-05-17T23:53:41.8940307Z   token: ***
2026-05-17T23:53:41.8940741Z   ssh-strict: true
2026-05-17T23:53:41.8941201Z   ssh-user: git
2026-05-17T23:53:41.8941661Z   persist-credentials: true
2026-05-17T23:53:41.8942166Z   clean: true
2026-05-17T23:53:41.8942616Z   sparse-checkout-cone-mode: true
2026-05-17T23:53:41.8943149Z   fetch-depth: 1
2026-05-17T23:53:41.8943593Z   fetch-tags: false
2026-05-17T23:53:41.8944049Z   show-progress: true
2026-05-17T23:53:41.8944520Z   lfs: false
2026-05-17T23:53:41.8945296Z   submodules: false
2026-05-17T23:53:41.8945877Z   set-safe-directory: true
2026-05-17T23:53:41.8946680Z ##[endgroup]
2026-05-17T23:53:42.0192535Z Syncing repository: SaberMage/rebno
2026-05-17T23:53:42.0196297Z ##[group]Getting Git version info
2026-05-17T23:53:42.0198292Z Working directory is '/home/runner/work/rebno/rebno'
2026-05-17T23:53:42.0200897Z [command]/usr/bin/git version
2026-05-17T23:53:42.0453714Z git version 2.54.0
2026-05-17T23:53:42.1354535Z ##[endgroup]
2026-05-17T23:53:42.1364800Z Temporarily overriding HOME='/home/runner/work/_temp/ba8072e0-7017-4ac9-a399-4d18ba8b3959' before making global git config changes
2026-05-17T23:53:42.1368244Z Adding repository directory to the temporary git global config as a safe directory
2026-05-17T23:53:42.1372980Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rebno/rebno
2026-05-17T23:53:42.1376079Z Deleting the contents of '/home/runner/work/rebno/rebno'
2026-05-17T23:53:42.1377781Z ##[group]Initializing the repository
2026-05-17T23:53:42.1378823Z [command]/usr/bin/git init /home/runner/work/rebno/rebno
2026-05-17T23:53:42.1380237Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-17T23:53:42.1382231Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-17T23:53:42.1384043Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-17T23:53:42.1386848Z hint: call:
2026-05-17T23:53:42.1387531Z hint:
2026-05-17T23:53:42.1388337Z hint: 	git config --global init.defaultBranch <name>
2026-05-17T23:53:42.1389309Z hint:
2026-05-17T23:53:42.1390236Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-17T23:53:42.1391758Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-17T23:53:42.1393163Z hint:
2026-05-17T23:53:42.1393872Z hint: 	git branch -m <name>
2026-05-17T23:53:42.1394698Z hint:
2026-05-17T23:53:42.1396020Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-17T23:53:42.1397659Z Initialized empty Git repository in /home/runner/work/rebno/rebno/.git/
2026-05-17T23:53:42.1400177Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/rebno
2026-05-17T23:53:42.1402866Z ##[endgroup]
2026-05-17T23:53:42.1404199Z ##[group]Disabling automatic garbage collection
2026-05-17T23:53:42.1406022Z [command]/usr/bin/git config --local gc.auto 0
2026-05-17T23:53:42.1408609Z ##[endgroup]
2026-05-17T23:53:42.1409796Z ##[group]Setting up auth
2026-05-17T23:53:42.1410985Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-17T23:53:42.1414528Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-17T23:53:42.1422540Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-17T23:53:42.1447436Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-17T23:53:42.1710691Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-17T23:53:42.1735302Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-17T23:53:42.2100824Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-17T23:53:42.2104646Z ##[endgroup]
2026-05-17T23:53:42.2106365Z ##[group]Fetching the repository
2026-05-17T23:53:42.2109070Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +875c2fbe2a99df910a7c76f65135c17224932dbb:refs/remotes/origin/main
2026-05-17T23:53:43.4671022Z From https://github.com/SaberMage/rebno
2026-05-17T23:53:43.4673755Z  * [new ref]         875c2fbe2a99df910a7c76f65135c17224932dbb -> origin/main
2026-05-17T23:53:43.4714786Z ##[endgroup]
2026-05-17T23:53:43.4717152Z ##[group]Determining the checkout info
2026-05-17T23:53:43.4719080Z ##[endgroup]
2026-05-17T23:53:43.4723809Z [command]/usr/bin/git sparse-checkout disable
2026-05-17T23:53:43.4774791Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-17T23:53:43.4808233Z ##[group]Checking out the ref
2026-05-17T23:53:43.4813689Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-17T23:53:44.2176923Z Switched to a new branch 'main'
2026-05-17T23:53:44.2184058Z branch 'main' set up to track 'origin/main'.
2026-05-17T23:53:44.3013608Z ##[endgroup]
2026-05-17T23:53:44.3058743Z [command]/usr/bin/git log -1 --format=%H
2026-05-17T23:53:44.3084069Z 875c2fbe2a99df910a7c76f65135c17224932dbb
